public void setMatrix( double[] matrix ) |
Parameters
- matrix
- A 12-element 3D transformation matrix that specifies the position and orientation of this node, relative to its parent, in world coordinates.
public void setMatrix( double[] matrix ) |
| Exception | Description |
|---|---|
| java.lang.IllegalArgumentException | When matrix parameter does not have 12 elements. |